home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / sys / uio.ph < prev    next >
Encoding:
Text File  |  2009-06-26  |  231 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_SYS_UIO_H)) {
  6.     eval 'sub _SYS_UIO_H () {1;}' unless defined(&_SYS_UIO_H);
  7.     require 'features.ph';
  8.     require 'sys/types.ph';
  9.     require 'bits/uio.ph';
  10. }
  11. 1;
  12.